object AboutBox: TAboutBox Left = 262 Top = 97 BorderIcons = [] BorderStyle = bsNone Caption = ' Happy Calendar' ClientHeight = 231 ClientWidth = 426 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 16 object Panel1: TPanel Left = 0 Top = 0 Width = 426 Height = 231 Align = alClient BevelInner = bvLowered TabOrder = 0 object Panel4: TPanel Left = 93 Top = 2 Width = 331 Height = 227 Align = alClient BevelInner = bvRaised Caption = 'Panel4' TabOrder = 1 object Panel3: TPanel Left = 2 Top = 2 Width = 327 Height = 41 Align = alTop BevelOuter = bvNone Color = clWhite TabOrder = 0 object Image1: TImage Left = 57 Top = 2 Width = 204 Height = 39 AutoSize = True Picture.Data = {} end end object memAbout: TMemo Left = 2 Top = 43 Width = 327 Height = 182 Align = alClient Alignment = taCenter BorderStyle = bsNone Color = clWhite Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold] Lines.Strings = ( 'Version 1.0 beta, build 1, 2-11-96' '� Copyright 1996 by M.Pacchiarotti' '' 'This is a shareware product !' 'Please register using the included: REGISTER.EXE' '' 'Feel free to contact me for bugs or ideas:' 'mario@jimjams.com' 'siddartha@kagi.com' 'siddartha@mclink.it' '' 'HomePage: http://www.jimjams.com') ParentFont = False ReadOnly = True TabOrder = 1 end end object Panel2: TPanel Left = 2 Top = 2 Width = 91 Height = 227 Align = alLeft BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object Image2: TImage Left = 27 Top = 42 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object btnRegister: TButton Left = 8 Top = 120 Width = 75 Height = 25 Caption = '&Register' Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 0 OnClick = btnRegisterClick end object btnKey: TButton Left = 8 Top = 155 Width = 75 Height = 25 Caption = 'Insert &Key' Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 1 OnClick = btnKeyClick end object btnOK: TButton Left = 9 Top = 190 Width = 75 Height = 25 Caption = '&OK' Default = True Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 2 OnClick = btnOKClick end end end end